home *** CD-ROM | disk | FTP | other *** search
/ Champak Vol K-12 / Vol K-12.iso / games / happy / happybal.exe / 0 / RCDATA / TRUNNERFORM / TRUNNERFORM.txt
Text File  |  2012-08-27  |  636b  |  33 lines

  1. object RunnerForm: TRunnerForm
  2.   Left = 263
  3.   Top = 346
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 45
  7.   ClientWidth = 105
  8.   Color = clBlack
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object StartTimer: TTimer
  20.     Interval = 100
  21.     OnTimer = StartTimerTimer
  22.     Left = 48
  23.     Top = 8
  24.   end
  25.   object EndTimer: TTimer
  26.     Enabled = False
  27.     Interval = 100
  28.     OnTimer = EndTimerTimer
  29.     Left = 8
  30.     Top = 8
  31.   end
  32. end
  33.